Skip to content

docs: expand contributor docs and restructure issue templates - #114

Merged
its-mash merged 1 commit into
mainfrom
docs/contributor-guide-and-templates
Apr 23, 2026
Merged

docs: expand contributor docs and restructure issue templates#114
its-mash merged 1 commit into
mainfrom
docs/contributor-guide-and-templates

Conversation

@its-mash

Copy link
Copy Markdown
Member

Summary

Upgrades the contributor experience for the registry:

  • AGENTS.md — new, following the agents.md spec. Gives coding agents a concise map of the repo: layout, commands, server-definition rules, platform-managed fields, trademark policy, and "things not to do".
  • CONTRIBUTING.md — expanded from a ~125-line overview into a ~670-line reference. Full field tables (required / recommended / optional), transport anatomy (stdio + http), input placeholders with every schema type, obtain block guidance, auth types, category list, capability semantics, platform-managed fields, validation command outputs, PR workflow, review criteria, trademark policy, security expectations, and a troubleshooting section covering the seven most common validation errors.
  • PULL_REQUEST_TEMPLATE.md — rewritten as a structured Add-Server template. Splits the checklist into CI-enforced (maps 1:1 to validate-pr.yml), reviewer quality bar, platform-managed fields you must not set, and trademark acknowledgements.
  • request-server.yml (new) — community asks for servers they don't have a definition for. Label server-request, title [Request] .
  • bug-report.yml (new) — flags broken or incorrect existing definitions. Label bug, title [Bug] .
  • config.yml (new) — disables blank issues; leads the "New issue" chooser with the CONTRIBUTING (PR) path, then Discussions, then the live registry.
  • submit-server.yml (removed) — issue forms can't open PRs, which made the template a slower, confusing path. Adding a server is now PR-only via the CONTRIBUTING quickstart.

Why

  • submit-server.yml required a maintainer to manually turn each form into a JSON file + PR — slow and unnecessary when contributors can just fork and PR directly.
  • The old CONTRIBUTING.md omitted most of the schema surface contributors actually need (input types, auth wiring, obtain blocks, platform-managed fields). Those gaps showed up repeatedly in PR review.
  • AGENTS.md surfaces the same guidance for coding agents working on this repo, consistent with the pattern in mcp-mux.

Coordination notes

  • request-server.yml and bug-report.yml are deep-linked from the McpMux desktop app's Request / Report buttons and from mcp-mux/.github/ISSUE_TEMPLATE/config.yml. Their filenames must stay stable — renaming breaks links in every installed build of McpMux.
  • The app's Contribute button points at CONTRIBUTING.md in this repo, so the quickstart there is the landing page for new contributors.

Test plan

  • CI (Validate PR) is green — this PR doesn't touch servers/, so the workflow should skip or no-op.
  • "New issue" chooser on GitHub renders the three templates plus the three contact links in the expected order.
  • ?template=request-server.yml and ?template=bug-report.yml URLs resolve to the new templates (this is what the desktop app links to).
  • CONTRIBUTING.md renders cleanly on github.com (headings, tables, code fences, anchor links in the TOC).
  • AGENTS.md renders cleanly on github.com.

- Add AGENTS.md following the agents.md spec for coding-agent guidance
- Expand CONTRIBUTING.md from a brief overview into a detailed reference:
  full field tables (required/recommended/optional), transport + input +
  auth guidance, review criteria, trademark policy, security expectations,
  and troubleshooting for common validation errors
- Rewrite PULL_REQUEST_TEMPLATE.md as a structured Add-Server template
  covering CI-enforced checks, reviewer quality bar, platform-managed
  fields, and trademark acknowledgements
- Add request-server.yml so the community can ask for servers they don't
  have a definition for (label: server-request, title: "[Request] ")
- Add bug-report.yml for flagging broken or incorrect existing
  definitions (label: bug, title: "[Bug] ")
- Add config.yml to disable blank issues and lead the "New issue"
  chooser with the CONTRIBUTING (PR) path
- Remove submit-server.yml; issue forms cannot open PRs, which made the
  template a slower and confusing path. Adding a server is now PR-only
  via the CONTRIBUTING quickstart.

request-server.yml and bug-report.yml are deep-linked from the McpMux
desktop app, so their filenames must stay stable.

Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
@its-mash
its-mash merged commit 6393064 into main Apr 23, 2026
its-mash added a commit that referenced this pull request Apr 23, 2026
Two follow-ups that were part of PR #114's branch but did not make it
into the squash merge:

- `.github/ISSUE_TEMPLATE/config.yml` — flip `blank_issues_enabled`
  from `false` to `true` so anyone (not just maintainers) can open a
  blank issue from the "New issue" chooser. Without the flag, non-
  maintainers only see the structured templates.
- `.github/ISSUE_TEMPLATE/request-server.yml` — replace the outdated
  "use the Submit a Server template (or open a PR)" hint. The
  Submit-a-Server template was removed in the prior PR because issue
  forms can't create PRs; repoint readers straight at CONTRIBUTING.md's
  quickstart instead.

Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant